DataTracks integration through FFI#66
Merged
stephen-derosa merged 33 commits intolivekit:mainfrom Apr 2, 2026
Merged
Conversation
ladvoc
reviewed
Feb 26, 2026
31fac42 to
e153e2e
Compare
ladvoc
reviewed
Feb 26, 2026
ladvoc
reviewed
Feb 26, 2026
Contributor
ladvoc
left a comment
There was a problem hiding this comment.
Some initial comments, but I will make another pass. Looking clean so far!
00f046a to
b07035d
Compare
ladvoc
reviewed
Feb 26, 2026
ladvoc
reviewed
Feb 26, 2026
ladvoc
reviewed
Feb 26, 2026
Contributor
ladvoc
left a comment
There was a problem hiding this comment.
Some additional comments.
8647582 to
74e4b99
Compare
6413736 to
2b792db
Compare
stephen-derosa
commented
Mar 20, 2026
stephen-derosa
commented
Mar 20, 2026
stephen-derosa
commented
Mar 20, 2026
stephen-derosa
commented
Mar 20, 2026
stephen-derosa
commented
Mar 20, 2026
stephen-derosa
commented
Mar 20, 2026
stephen-derosa
commented
Mar 20, 2026
stephen-derosa
commented
Mar 20, 2026
stephen-derosa
commented
Mar 20, 2026
73062e1 to
98658f7
Compare
…ich deprecates bridge. Add helper set/clearDataTrackCallback(), and publishDataTrack helper functions
4b2bd66 to
08b3b7f
Compare
…ame, assert(since that breaks cpp<->ffi<->rust agreement of rust handling buffering
…d callback semantics and the public API returns a shared_ptr<>. Clean up race logic in read() by making the subscription read req while locked. close(): reset subscription handle, listener_id_, and closed_ under lock. Then call RemoveListener() ouside lock
update data tracks errors to latest proto errors data_track_subscription -> data_track_stream DataFrame -> DataTrackFrame
08b3b7f to
5f912dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Integrate DataTracks into the CPP SDK through the FFI
Details
Testing
Examples
examples/ping_pongBlocked By
Rust SDKs PR
Resolves BOT-268